runtime.profIndex.tagCount (method)
12 uses
runtime (current package)
profbuf.go#L133: func (x profIndex) tagCount() uint32 {
profbuf.go#L243: if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 1 {
profbuf.go#L269: if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 2 {
profbuf.go#L350: wt := int(bw.tagCount() % uint32(len(b.tags)))
profbuf.go#L446: ntag := countSub(br.tagCount(), rPrev.tagCount())
profbuf.go#L447: ti := int(rPrev.tagCount() % uint32(len(b.tags)))
profbuf.go#L521: ntag := countSub(bw.tagCount(), br.tagCount())
profbuf.go#L525: tags = b.tags[br.tagCount()%uint32(len(b.tags)):]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)